home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / utilstem / util3 / util1.arc / ASC.DOC < prev    next >
Encoding:
Text File  |  1988-10-27  |  2.0 KB  |  42 lines

  1.  
  2.           ASC                                       Jeff Prosise
  3.           Command                                     1987/No. 5
  4.  
  5.           ______________________________________________________
  6.  
  7.           Purpose:  Provides a pop-up ASCII chart showing
  8.                     decimal, hexadecimal, and character
  9.                     equivalents for the full IBM character set.
  10.  
  11.           Format:   [d:][path]ASC
  12.  
  13.           Remarks:  ASC.COM is a memory-resident utility that is
  14.                     normally loaded at boot-up, via your
  15.                     AUTOEXEC.BAT file.  Once loaded, pressing
  16.                     Alt-A pops up the first page (32 ASCII codes)
  17.                     of the display window over any currently
  18.                     active applications program.  The Up- and
  19.                     Down-Arrow, PgUp and PgDn, and Home and End
  20.                     keys access the remaining ASCII display
  21.                     pages.  Pressing Esc closes the window,
  22.                     restoring the original screen display.
  23.  
  24.                     In operation, ASC.COM requires approximately
  25.                     2.5K of RAM.  It is compatible with most
  26.                     applications and TSR (terminate and stay
  27.                     resident) programs that do not themselves
  28.                     require the Alt-A key combination, and it may
  29.                     be used with monochrome, color, or EGA
  30.                     monitors.
  31.  
  32.                     Notes:
  33.  
  34.                     1.   Users familiar with using DEBUG can
  35.                          modify the default border, text, and
  36.                          header colors of ASC.COM.  These values,
  37.                          initially 0Fh, 1Fh, and 1Eh,
  38.                          respectively, are located at offsets
  39.                          014D through 014F in the .COM file.  For
  40.                          use with a composite monochrome display,
  41.                          the values 70h, 07h, and 07h are
  42.                          suggested.
  43.